func runtime.slicebytetostringtmp

5 uses

	runtime (current package)
		os_linux.go#L312: 	v, ok := atoi(slicebytetostringtmp((*byte)(ptr), int(n)))
		string.go#L133: 		s = slicebytetostringtmp(&b[0], len(b))
		string.go#L154: func slicebytetostringtmp(ptr *byte, n int) (str string) {
		string.go#L159: 			abi.FuncPCABIInternal(slicebytetostringtmp))
		string.go#L257: 		s = slicebytetostringtmp(&b[0], len(b))